home *** CD-ROM | disk | FTP | other *** search
- Path: news.transport.com!usenet
- From: rmashlan@r2m.com (Robert Mashlan)
- Newsgroups: comp.lang.c++,comp.os.ms-windows.programmer.win32,comp.os.ms-windows.nt.misc,fido7.windows.nt,fido7.windows
- Subject: Re: Tale of my woe: IMPLIB from Borland IDE
- Date: Mon, 26 Feb 1996 08:44:19 GMT
- Organization: R2M Software Company
- Message-ID: <31316603.14563102@news.transport.com>
- References: <4gl5n6$l1p@cmcl2.NYU.EDU> <4gn83o$piq@news1.usa.pipeline.com>
- NNTP-Posting-Host: sea16.seasurf.com
- X-Newsreader: Forte Agent .99d/32.182
-
- grantp@usa.pipeline.com(Pete) wrote:
-
- >I may not know the answer either, but I do know that implib.exe
- >does not work with 32-bit dll's. Trying it from the command line,
- >therefore will be unsuccessful.
-
- The Borland C++ 4.52 implib.exe works on 32-bit DLLs, at least the
- version I have. (how else will BC++ generate an import library when
- compiling a 32-dll from a make file?) I will crash on some DLLs, such
- as VC++ generated DLLs that have stdcall decorated names. It's
- probably because it's trying to unmangle a C++ name, and the stdcall
- names aren't using Borland C++ name mangling.
-
-
- ---
- Robert Mashlan R2M Software rmashlan@r2m.com http://r2m.com/~rmashlan
- Internet Resources for Windows Developers http://www.r2m.com/windev/
-